home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / info-service / gopher / Unix / xgopher.1.3 / version.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-05-25  |  1.5 KB  |  36 lines

  1. /* version.h
  2.    Version name, date, and version popup info. */
  3.  
  4.      /*---------------------------------------------------------------*/
  5.      /* Xgopher        version 1.3     08 April 1993                  */
  6.      /*                version 1.2     20 November 1992               */
  7.      /*                version 1.1     20 April 1992                  */
  8.      /*                version 1.0     04 March 1992                  */
  9.      /* X window system client for the University of Minnesota        */
  10.      /*                                Internet Gopher System.        */
  11.      /* Allan Tuchman, University of Illinois at Urbana-Champaign     */
  12.      /*                Computing and Communications Services Office   */
  13.      /* Copyright 1992, 1993 by                                       */
  14.      /*           the Board of Trustees of the University of Illinois */
  15.      /* Permission is granted to freely copy and redistribute this    */
  16.      /* software with the copyright notice intact.                    */
  17.      /*---------------------------------------------------------------*/
  18.  
  19. #define XGOPHER_VERSION   "1.3"
  20. #define VERSION_NAME "Xgopher 1.3"
  21. #define VERSION_DATE "24 May 1993"
  22.  
  23. #define    VERSION_INFO         \
  24.     VERSION_NAME,            \
  25.     VERSION_DATE,            \
  26.     " ",                \
  27.     "Allan Tuchman (a-tuchman@uiuc.edu)",        \
  28.     "University of Illinois at Urbana-Champaign",    \
  29.     "Computing and Communications",    \
  30.     "Services Office (CCSO)",    \
  31.     " ", \
  32.     "Copyright 1993", \
  33.     "Board of Trustees of the", \
  34.     "University of Illinois", \
  35.     NULL
  36.